home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #1 / GRAVIS CD No1_Herbst_94.cdr / Deneba / Canvas™ 3.5.2 US / PPD Folder / Q810T517.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  349 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS-PS 810 Turbo" version 51.7
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011187 or 011535
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 27 May 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(QMS-PS 810 Turbo)"
  20. *PSVersion: "(51.7) 0"
  21. *NickName: "QMS-PS 810 Turbo v. 51.7"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "401966"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "
  29.   statusdict begin diskonline 
  30.   {(True)}{(False)} ifelse = flush end"
  31. *End
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true 
  37.   }{
  38.     dup    % potential password
  39.     statusdict begin checkpassword end not 
  40.   } ifelse 
  41.   {  %  if no password or not valid 
  42.     (WARNING : Cannot perform the exitserver command.) = 
  43.     (Password supplied is not valid.) = 
  44.     (Please contact the author of this software.) = flush
  45.     quit 
  46.   } if 
  47.   serverdict begin exitserver
  48. "
  49. *End
  50. *Reset: "
  51.   count 0 eq {  % is the password on the stack?
  52.     true 
  53.   }{
  54.     dup    % potential password
  55.     statusdict begin checkpassword end not 
  56.   } ifelse 
  57.   {  %  if no password or not valid 
  58.     (WARNING : Cannot reset printer.) = 
  59.     (Password supplied is not valid.) = 
  60.     (Please contact the author of this software.) = flush
  61.     quit 
  62.   } if 
  63.   serverdict begin exitserver
  64.   systemdict /quit get exec
  65.   (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68.  
  69. *DefaultResolution: 300dpi
  70. *?Resolution: "
  71. save
  72.   initgraphics
  73.   0 0 moveto currentpoint matrix defaultmatrix transform
  74.   0 72 lineto currentpoint matrix defaultmatrix transform
  75.   3 -1 roll sub dup mul
  76.   3 1 roll exch sub dup mul
  77.   add sqrt round cvi
  78.   (          ) cvs print (dpi) = flush
  79. restore
  80. "
  81. *End
  82.  
  83. *% Halftone Information ===============
  84. *ScreenFreq: "60.0"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  89. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }"
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100.  
  101. *DefaultPageSize: None
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize B5: "statusdict begin b5tray end"
  106. *?PageSize: "
  107.  save statusdict begin
  108.   4 dict begin
  109.    /letter (Letter) def
  110.    /legal (Legal) def
  111.    /a4 (A4) def
  112.    /b5 (B5) def 
  113.    papersize {
  114.      {load exec} stopped not{= flush}if
  115.    }{
  116.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  117.    }ifelse
  118.   end
  119.  end restore
  120. "
  121. *End
  122.  
  123. *% These entries will set up the frame buffer. Usually used with manual feed.
  124. *DefaultPageRegion: None
  125. *PageRegion Letter: "letter"
  126. *PageRegion Legal: "legal"
  127. *PageRegion A4: "a4"
  128. *PageRegion B5: "b5"
  129.  
  130. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  131. *% These errors should be trapped by software and a message displayed
  132. *DefaultPaperTray: None
  133. *PaperTray Letter: "statusdict begin lettertray end"
  134. *PaperTray Legal: "statusdict begin legaltray end"
  135. *PaperTray A4: "statusdict begin a4tray end"
  136. *PaperTray B5: "statusdict begin b5tray end"
  137. *?PaperTray: "
  138.  save statusdict begin
  139.   4 dict begin
  140.    /letter (Letter) def
  141.    /legal (Legal) def
  142.    /a4 (A4) def
  143.    /b5 (B5) def 
  144.    papersize {
  145.      {load exec} stopped not{= flush}if
  146.    }{
  147.      {load exec} stopped not{print (.Transverse) = flush}if
  148.    }ifelse
  149.   end
  150.  end restore
  151. "
  152. *End
  153.  
  154. *% The following entries provide information about specific paper keywords.
  155. *DefaultImageableArea: None
  156. *ImageableArea Letter: "13 12 596 780 "
  157. *ImageableArea Legal: "13 10 596 1000 "
  158. *ImageableArea A4: "14 18 581 825 "
  159. *ImageableArea B5: "12 13 495 714 "
  160. *?ImageableArea: "
  161.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  162.   newpath clippath pathbbox
  163.   4 -2 roll exch 2 {ceiling cvp} repeat
  164.   exch 2 {floor cvp} repeat flush
  165.  restore
  166. "
  167. *End
  168.  
  169. *% These provide the physical dimensions of the paper (by keyword)
  170. *DefaultPaperDimension: None
  171. *PaperDimension Letter: "612 792"
  172. *PaperDimension Legal: "612 1008"
  173. *PaperDimension A4: "595 842"
  174. *PaperDimension B5: "516 729"
  175.  
  176. *DefaultOutputBin: Upper
  177.  
  178. *DefaultManualFeed: False
  179. *?ManualFeed: "
  180.   statusdict /manualfeed get
  181.   {(True)}{(False)}ifelse = flush
  182. "
  183. *End
  184. *ManualFeed True: "statusdict begin /manualfeed true store end"
  185. *ManualFeed False: "statusdict begin /manualfeed false store end"
  186.  
  187. *DefaultOutputOrder: Normal
  188. *DefaultCollator: None
  189. *DefaultSorter: None
  190. *DefaultDuplex: None
  191.  
  192. *% Font Information =====================
  193.  
  194. *DefaultFont: Courier
  195. *Font AvantGarde-Book: Standard "(001.002)"
  196. *Font AvantGarde-BookOblique: Standard "(001.002)"
  197. *Font AvantGarde-Demi: Standard "(001.003)"
  198. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  199. *Font Bookman-Demi: Standard "(001.001)"
  200. *Font Bookman-DemiItalic: Standard "(001.001)"
  201. *Font Bookman-Light: Standard "(001.001)"
  202. *Font Bookman-LightItalic: Standard "(001.001)"
  203. *Font Courier: Standard "(001.004)"
  204. *Font Courier-Bold: Standard "(001.004)"
  205. *Font Courier-BoldOblique: Standard "(001.004)"
  206. *Font Courier-Oblique: Standard "(001.004)"
  207. *Font Helvetica: Standard "(001.002)"
  208. *Font Helvetica-Bold: Standard "(001.002)"
  209. *Font Helvetica-BoldOblique: Standard "(001.002)"
  210. *Font Helvetica-Condensed: Standard "(001.001)"
  211. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  212. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  213. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  214. *Font Helvetica-Narrow: Standard "(001.002)"
  215. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  216. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  217. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  218. *Font Helvetica-Oblique: Standard "(001.002)"
  219. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  220. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  221. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  222. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  223. *Font Palatino-Bold: Standard "(001.002)"
  224. *Font Palatino-BoldItalic: Standard "(001.002)"
  225. *Font Palatino-Italic: Standard "(001.002)"
  226. *Font Palatino-Roman: Standard "(001.001)"
  227. *Font Symbol: Special "(001.003)"
  228. *Font Times-Bold: Standard "(001.002)"
  229. *Font Times-BoldItalic: Standard "(001.004)"
  230. *Font Times-Italic: Standard "(001.002)"
  231. *Font Times-Roman: Standard "(001.002)"
  232. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  233. *Font ZapfDingbats: Special "(001.002)"
  234.  
  235. *?FontQuery: "
  236. save  4 dict begin /sv exch def
  237. /str (fonts/                              ) def
  238. /st2 128 string def
  239. {
  240.   count 0 gt {
  241.     dup st2 cvs (/) print print (:) print
  242.     dup FontDirectory exch known {pop (Yes)}{
  243.      str exch st2 cvs dup length /len exch def
  244.      6 exch putinterval str 0 len 6 add getinterval mark exch
  245.      { } st2 filenameforall counttomark 0 gt {
  246.       cleartomark (Yes)}{cleartomark (No)}ifelse
  247.     }ifelse = flush
  248.   }{ exit } ifelse
  249. } bind loop
  250. (*) = flush
  251. sv end restore
  252. "
  253. *End
  254.  
  255. *?FontList: "
  256. save  2 dict begin /sv exch def
  257. /str 128 string def
  258. FontDirectory { pop == } bind forall flush
  259. /filenameforall where { 
  260.  pop save (fonts/*) { 
  261.   dup length 6 sub 6 exch getinterval cvn == 
  262.  } bind str filenameforall flush restore
  263. } if 
  264. (*) = flush
  265. sv end restore
  266. "
  267. *End
  268.  
  269. *% Printer Messages (verbatim from printer):
  270. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  271. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  272. *Message: "\FontName\ not found, using Courier"
  273.  
  274. *% Status (format: %%[ status: <one of these> ]%% )
  275. *Status: "idle"
  276. *Status: "busy"
  277. *Status: "waiting"
  278. *Status: "printing"
  279. *Status: "warming up"
  280. *Status: "PrinterError: upper unit open"
  281. *Status: "PrinterError: paper jam"
  282. *Status: "PrinterError: toner cartridge low"
  283. *Status: "PrinterError: laser diode or scanning mirror malfunction"
  284. *Status: "PrinterError: toner cartridge missing or incorrect"
  285. *Status: "PrinterError: scanner motor malfunction"
  286. *Status: "PrinterError: fixing temperature malfunction"
  287. *Status: "PrinterError: scanner motor, laser diode or scanning mirror malfunction"
  288. *Status: "PrinterError: service call"
  289.  
  290. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  291. *Source: "serial9"
  292. *Source: "serial25"
  293. *Source: "AppleTalk"
  294. *Source: "Centronics"
  295.  
  296. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  297. *PrinterError: "upper unit open"
  298. *PrinterError: "paper jam"
  299. *PrinterError: "toner cartridge low"
  300. *PrinterError: "laser diode or scanning mirror malfunction"
  301. *PrinterError: "toner cartridge missing or incorrect"
  302. *PrinterError: "scanner motor malfunction"
  303. *PrinterError: "fixing temperature malfunction"
  304. *PrinterError: "scanner motor, laser diode or scanning mirror malfunction"
  305. *PrinterError: "service call"
  306.  
  307. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  308.  
  309. *% Color Separation Information =====================
  310.  
  311.  
  312. *DefaultColorSep: ProcessBlack. 60lpi.300dpi/60 lpi / 300 dpi
  313.  
  314. *InkName: ProcessBlack/Process Black
  315. *InkName: CustomColor/Custom Color
  316. *InkName: ProcessCyan/Process Cyan
  317. *InkName: ProcessMagenta/Process Magenta
  318. *InkName: ProcessYellow/Process Yellow
  319.  
  320. *%  For 60 lpi / 300 dpi  ===============================
  321.  
  322. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  323. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  324. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  325. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  326. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  327.  
  328. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  330. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  331. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  332. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  333.  
  334. *%  For 53 lpi / 300 dpi  ===============================
  335.  
  336. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  337. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  338. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  339. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  340. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  341.  
  342. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  343. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  344. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  345. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  346. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  347.  
  348. *% end of PPD file for QMS-PS 810 Turbo
  349.